projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c30d730
)
(read_socket_hook): Fix arg list.
author
Kim F. Storm
<storm@cua.dk>
Fri, 27 Feb 2004 23:48:32 +0000
(23:48 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Fri, 27 Feb 2004 23:48:32 +0000
(23:48 +0000)
src/term.c
patch
|
blob
|
history
diff --git
a/src/term.c
b/src/term.c
index 5c25c7419dce216dd0a27f604d5fb2ffff71d8dc..317318eb8bf7a6f5eefcca18311908d4c38b97f9 100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-131,7
+131,7
@@
void (*insert_glyphs_hook) P_ ((struct glyph *, int));
void (*write_glyphs_hook) P_ ((struct glyph *, int));
void (*delete_glyphs_hook) P_ ((int));
-int (*read_socket_hook) P_ ((int,
struct input_event *, int, int
));
+int (*read_socket_hook) P_ ((int,
int, struct input_event *
));
void (*frame_up_to_date_hook) P_ ((struct frame *));